home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue69 / Apache / Listing4.txt < prev    next >
Encoding:
Text File  |  2001-03-26  |  296 b   |  13 lines

  1. #!/bin/sh
  2. ##
  3. ## Use this shell script to re-run the APACI configure script for
  4. ## restoring your configuration. Additional parameters can be supplied.
  5. ##
  6.  
  7. LIBS="/usr/lib/libpthread.so" \
  8. ./configure \
  9. "--with-layout=Apache" \
  10. "--enable-module=so" \
  11. "--enable-rule=SHARED_CORE" \
  12. "$@"
  13.